-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Propose additional debug logging #2243
Conversation
Integration tests success for 17a15a60c5c6ad46abce622fb96a49d503894094 |
Integration tests success for 1c86941a8a4517a6b82b02da1dfdef703c886065 |
@@ -442,12 +443,15 @@ func (v GrantPrivilegesToAccountRoleID) String() string { | |||
} | |||
|
|||
func CreateGrantPrivilegesToRole(d *schema.ResourceData, meta interface{}) error { | |||
logging.DebugLogger.Printf("[DEBUG] Entering create grant privileges to role") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since you already have a debug logger, is it necessary to prefix each line with [DEBUG]?
# Conflicts: # pkg/resources/schema_acceptance_test.go
Integration tests failure for b873d463dc48f2a9bd861b7873198e285d422044 |
Allow to set additional debug logs in
snowflake_grant_privileges_to_role
resource.Output from
TestAcc_GrantPrivilegesToRole_onAccount
test with only this flag set (withoutTF_LOG
set toDEBUG
):